UCF STIG Viewer Logo

Application object owner accounts should be disabled when not performing installation or maintenance actions.


Overview

Finding ID Version Rule ID IA Controls Severity
V-5683 DG0004-SQLServer9 SV-24066r1_rule ECLP-1 Medium
Description
Object ownership provides all database object permissions to the owned object. Access to the application object owner accounts requires special protection to prevent unauthorized access and use of the object ownership privileges. In addition to the high privileges to application objects assigned to this account, it is also an account that, by definition, is not accessed interactively except for application installation and maintenance. This reduced access to the account means that unauthorized access to the account could go undetected. To help protect the account, it should be enabled only when access is required.
STIG Date
Microsoft SQL Server 2005 Database Security Technical Implementation Guide 2015-04-03

Details

Check Text ( None )
None
Fix Text (F-20174r1_fix)
Disable logins for all application object owner accounts or members of database roles that own objects:

ALTER LOGIN [name] DISABLE

Document application object owner accounts that are not disabled in the System Security Plan and authorize with the IAO.